home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 17
/
MacFormat 17 (Spain)
/
MacFormat 17.bin
/
Extras
/
FileMaker Pro 3.0 CD Extras
/
FileMaker And Apple Events
/
Syntax Examples
/
Objects
/
Field Properties
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-24
|
357 b
|
16 lines
tell application "FileMaker Pro"
class of first field
best type of field "a"
default type of field -2
ID of field "b"
name of field 2
nulls OK of field 2
repeats of field "b"
repeats of field "c"
repeat size of field "b"
unique value of field 2
protection of field -2
formula of field "c"
lock of last field
globalValue of every field
end tell